home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-help-2-0.6-setup.exe / {app} / share / gimp / 2.0 / help / en / ch06s03s16.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-19  |  8.5 KB  |  213 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>3.16.┬áDecompose</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
  10.     <link rel="start" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch06s03.html" title="3.┬áColor filters" />
  12.     <link rel="prev" href="ch06s03s15.html" title="3.15.┬áCompose" />
  13.     <link rel="next" href="ch06s03s17.html" title="3.17.┬áFilter Pack" />
  14.   </head>
  15.   <body>
  16.     <div xmlns="" class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center" id="chaptername">3.┬áColor filters</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch06s03s15.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center" id="sectionname">3.16.┬áDecompose</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch06s03s17.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="plug-in-decompose"></a>3.16.┬áDecompose</h3>
  34.           </div>
  35.         </div>
  36.       </div>
  37.       <a id="id3475447" class="indexterm"></a>
  38.       <div class="mediaobject">
  39.         <img src="../images/filters/filters-color-decompose.png" />
  40.       </div>
  41.       <div class="simplesect" lang="en" xml:lang="en">
  42.         <div class="titlepage">
  43.           <div>
  44.             <div>
  45.               <h4 class="title"><a id="id3475479"></a>Overview</h4>
  46.             </div>
  47.           </div>
  48.         </div>
  49.         <p>
  50.       This filter is found in 
  51.       <span class="guimenuitem">Image>Filters/Colors/<span class="accel">D</span>ecompose</span>
  52.     </p>
  53.         <p>
  54.       This filter separates an image into its different components (RGB, HSV...). 
  55.     </p>
  56.       </div>
  57.       <div class="simplesect" lang="en" xml:lang="en">
  58.         <div class="titlepage">
  59.           <div>
  60.             <div>
  61.               <h4 class="title"><a id="id3475509"></a>Options</h4>
  62.             </div>
  63.           </div>
  64.         </div>
  65.         <div class="variablelist">
  66.           <dl>
  67.             <dt>
  68.               <span class="term">Decompose to Layers</span>
  69.             </dt>
  70.             <dd>
  71.               <p>
  72.             If this option is checked, greyscaled images will not be displayed straight away.
  73.           </p>
  74.             </dd>
  75.             <dt>
  76.               <span class="term">RGB Decomposing</span>
  77.             </dt>
  78.             <dd>
  79.               <p>
  80.             If the RGB radio button is clicked, a grey level image is created with three layers (Red, Green 
  81.             and Blue), and two channels (Grey and Alpha). 
  82.           </p>
  83.               <p>
  84.             This function is interesting when using Threshold tool. You can also perform operations like 
  85.             cutting, pasting or moving selections in a single RBG channel. You can use an extracted 
  86.             grayscale as a selection or mask by saving it in a channel (right-click>Select>Save to a 
  87.             channel).
  88.           </p>
  89.             </dd>
  90.             <dt>
  91.               <span class="term">RGBA Decomposing</span>
  92.             </dt>
  93.             <dd>
  94.               <p>
  95.             If the RGBA radio button is clicked, a image is created similar at the RGB Decomposing
  96.             with a additional Alpha layer filled with the transparencies values of the source image.
  97.             The full translucent pixels are black and the full opaque pixels are white.
  98.           </p>
  99.             </dd>
  100.             <dt>
  101.               <span class="term">HSV Decomposing</span>
  102.             </dt>
  103.             <dd>
  104.               <p>
  105.             This option decomposes image into three greyscaled layers, one for Hue, one for Saturation 
  106.             and another for Value.
  107.           </p>
  108.               <p>
  109.             Although <span class="guilabel">Hue</span> is greyscaled, it does represent hues. In color circle, 
  110.             white and black are starting point and are superimposed. They represent Red color at top of 
  111.             circle. Grey intermediate levels are corresponding to intermediate hues on circle: dark grey to 
  112.             orange, mid grey to green and light grey to magenta.
  113.           </p>
  114.               <p>
  115.             <span class="guilabel">Saturation</span> and <span class="guilabel">Value</span>: White is maximum Saturation 
  116.             (pure color) and maximum Value (very bright). Black is minimum Saturation (white) and minimum 
  117.             Value (black). 
  118.           </p>
  119.             </dd>
  120.             <dt>
  121.               <span class="term">CMY Decomposing</span>
  122.             </dt>
  123.             <dd>
  124.               <p>
  125.             This option decomposes image into three greyscaled layers, one for Yellow, one for Magenta 
  126.             and another for Cyan. 
  127.           </p>
  128.               <p>
  129.             This option might be useful to transfer image into printing softwares with CMY capabilities. 
  130.           </p>
  131.             </dd>
  132.             <dt>
  133.               <span class="term">CMYK Decomposing </span>
  134.             </dt>
  135.             <dd>
  136.               <p>
  137.             This option is similar at the <span class="guilabel">CMY Decomposing</span> with a additonnal
  138.             layer for Black.
  139.           </p>
  140.               <p>
  141.             This option might be useful to transfer image into printing softwares with CMY capabilities. 
  142.           </p>
  143.             </dd>
  144.             <dt>
  145.               <span class="term">Alpha Decomposing</span>
  146.             </dt>
  147.             <dd>
  148.               <p>
  149.             This option extracts the image transparency stored in the Alpha channel in
  150.             <a href="ch04s03.html" title="3.┬áChannels dialog">Channel dialog</a>
  151.             in a separate image. The full translucent pixels are Black the full opaque
  152.             pixels are white. The graytones are smooth transitions of the transparency
  153.             in the source image.
  154.           </p>
  155.             </dd>
  156.             <dt>
  157.               <span class="term">LAB Decomposing</span>
  158.             </dt>
  159.             <dd>
  160.               <p>
  161.             This option decomposes image into three greyscaled layers, layer "L"
  162.             for Luminance, layer "A" for colors between green and red, layer "B"
  163.             for colors between blue and yellow.
  164.           </p>
  165.               <p>
  166.             The LAB Decomposing is a color model of the Luminance-Color family. A channel is
  167.             used for the Luminosity while two other channels are used for the Colors.
  168.             The LAB color model is used by Photoshop.
  169.           </p>
  170.             </dd>
  171.             <dt>
  172.               <span class="term">YCbCr Decomposing</span>
  173.             </dt>
  174.             <dd>
  175.               <p>
  176.             In Gimp there is four YCbCr decompositions with different values. Each option 
  177.             decomposes image in three greyscaled layers, a layer for Luminance and two other
  178.             for blueness and redness.
  179.           </p>
  180.               <p>
  181.             The YCbCr color model also called YUV is now used for digital video (initially for
  182.             PAL analog video). It's based on the idea that the human eye is most sensitive to
  183.             luminosity, next to colors. The YCbCr Decomposing use a transformation matrix and 
  184.             the different options are different values recommanded by ITU (International 
  185.             Telecommunication Union) applied to the matrix .  
  186.           </p>
  187.             </dd>
  188.           </dl>
  189.         </div>
  190.       </div>
  191.     </div>
  192.     <div class="navfooter">
  193.       <hr />
  194.       <table width="100%" summary="Navigation footer">
  195.         <tr>
  196.           <td width="40%" align="left"><a accesskey="p" href="ch06s03s15.html">Prev</a>┬á</td>
  197.           <td width="20%" align="center">
  198.             <a accesskey="u" href="ch06s03.html">Up</a>
  199.           </td>
  200.           <td width="40%" align="right">┬á<a accesskey="n" href="ch06s03s17.html">Next</a></td>
  201.         </tr>
  202.         <tr>
  203.           <td width="40%" align="left" valign="top">3.15.┬áCompose┬á</td>
  204.           <td width="20%" align="center">
  205.             <a accesskey="h" href="index.html">Home</a>
  206.           </td>
  207.           <td width="40%" align="right" valign="top">┬á3.17.┬áFilter Pack</td>
  208.         </tr>
  209.       </table>
  210.     </div>
  211.   </body>
  212. </html>
  213.